home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch20 / 20fig16b.wrl < prev    next >
Text File  |  1996-09-23  |  379b  |  22 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         SpotLight {
  8.             location  0.0 5.0 0.0
  9.             direction 0.0 -1.0 0.0
  10.             radius    12.0
  11.             intensity 1.0
  12.             cutOffAngle 0.785
  13.             beamWidth   0.392
  14.         },
  15.         Inline {
  16.             url "mesh.wrl"
  17.             bboxCenter 0.0 0.0 0.0
  18.             bboxSize   16.0 1.0 16.0
  19.         }
  20.     ]
  21. }
  22.